home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PPaintWindow.h ------------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Thu, Oct 12, 1995 @ 10:48 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
-
- class PPaintWindow
- {
-
- public:
-
- PPaintWindow(long theWindow = 0L);
-
- private:
-
- PPaintWindow();
- };
-
- // end of PPaintWindow.h
-